home *** CD-ROM | disk | FTP | other *** search
-
- (set exedest
- (askdir
- (prompt "Where should I install the Select executable ?")
- (help "Please specify a place for me to install the Select"
- " executable. I will make a link named Except to Select"
- " in the same directory, so that you can use both"
- " commands with a single version of the code.\n"
- "The directory you specify here should be included"
- " in your path."
- "\n\n"
- @askdir-help
- )
- (default "C:")
- )
- )
-
- (set guidedest
- (askdir
- (prompt "Where should I install Select's documentation ?")
- (help "Please specify a place for me to install Select's"
- " amigaguide.\n"
- "At this stage, only an english version of the"
- " guide is available, I will try to transalte it in"
- " some other language as time permit."
- "\n\n"
- @askdir-help
- )
- (default "HELP:english")
- )
- )
-
- (set @default-dest exedest)
-
- (execute "install " exedest " " guidedest)
-
-